home *** CD-ROM | disk | FTP | other *** search
/ Trusted Irix /B 4.0.4 / Trusted-Irix B-4.0.1.iso / dist / eoe1.idb / usr / catman / p_man / cat5 / values.z.z / values.z / values
Text File  |  1992-04-03  |  4KB  |  132 lines

  1.  
  2.  
  3.  
  4. VVVVAAAALLLLUUUUEEEESSSS((((5555))))                      SSSSiiiilllliiiiccccoooonnnn GGGGrrrraaaapppphhhhiiiiccccssss                      VVVVAAAALLLLUUUUEEEESSSS((((5555))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      values - machine-dependent values
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      ####iiiinnnncccclllluuuuddddeeee <<<<vvvvaaaalllluuuueeeessss....hhhh>>>>
  13.  
  14. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  15.      This file contains a set of manifest constants, conditionally defined for
  16.      particular processor architectures.
  17.  
  18.      The model assumed for integers is binary representation (one's or two's
  19.      complement), where the sign is represented by the value of the high-order
  20.      bit.
  21.  
  22.      BITS(_t_y_p_e)          The number of bits in a specified type (e.g., int).
  23.  
  24.      HIBITS              The value of a short integer with only the high-order
  25.                          bit set (in most implementations, 0x8000).
  26.  
  27.      HIBITL              The value of a long integer with only the high-order
  28.                          bit set (in most implementations, 0x80000000).
  29.  
  30.      HIBITI              The value of a regular integer with only the high-
  31.                          order bit set (usually the same as HIBITS or HIBITL).
  32.  
  33.      MAXSHORT            The maximum value of a signed short integer (in most
  34.                          implementations, 0x7FFF _= 32767).
  35.  
  36.      MAXLONG             The maximum value of a signed long integer (in most
  37.                          implementations, 0x7FFFFFFF _= 2147483647).
  38.  
  39.      MAXINT              The maximum value of a signed regular integer
  40.                          (usually the same as MAXSHORT or MAXLONG).
  41.  
  42.      MAXFLOAT, LN_MAXFLOAT         The maximum value of a single-precision
  43.                                    floating-point number, and its natural
  44.                                    logarithm.
  45.  
  46.      MAXDOUBLE, LN_MAXDOUBLE       The maximum value of a double-precision
  47.                                    floating-point number, and its natural
  48.                                    logarithm.
  49.  
  50.      MINFLOAT, LN_MINFLOAT         The minimum positive value of a single-
  51.                                    precision floating-point number, and its
  52.                                    natural logarithm.
  53.  
  54.      MINDOUBLE, LN_MINDOUBLE       The minimum positive value of a double-
  55.                                    precision floating-point number, and its
  56.                                    natural logarithm.
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Page 1                          Release 4.0.2                    December 1991
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. VVVVAAAALLLLUUUUEEEESSSS((((5555))))                      SSSSiiiilllliiiiccccoooonnnn GGGGrrrraaaapppphhhhiiiiccccssss                      VVVVAAAALLLLUUUUEEEESSSS((((5555))))
  71.  
  72.  
  73.  
  74.      FSIGNIF             The number of significant bits in the mantissa of a
  75.                          single-precision floating-point number.
  76.  
  77.      DSIGNIF             The number of significant bits in the mantissa of a
  78.                          double-precision floating-point number.
  79.  
  80. SSSSEEEEEEEE AAAALLLLSSSSOOOO
  81.      intro(3), math(5).
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126. Page 2                          Release 4.0.2                    December 1991
  127.  
  128.  
  129.  
  130.